1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmRECEIVE_ORDER_PRINT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.dtTo = New System.Windows.Forms.DateTimePicker
27         Me.cmdCancel = New System.Windows.Forms.Button
28         Me.cmdPrint = New System.Windows.Forms.Button
29         Me.Label2 = New System.Windows.Forms.Label
30         Me.dtfrom = New System.Windows.Forms.DateTimePicker
31         Me.Label1 = New System.Windows.Forms.Label
32         Me.GroupBox1.SuspendLayout()
33         Me.SuspendLayout()
34         
'
35         
'GroupBox1
36         
'
37         Me.GroupBox1.Controls.Add(Me.dtTo)
38         Me.GroupBox1.Controls.Add(Me.cmdCancel)
39         Me.GroupBox1.Controls.Add(Me.cmdPrint)
40         Me.GroupBox1.Controls.Add(Me.Label2)
41         Me.GroupBox1.Controls.Add(Me.dtfrom)
42         Me.GroupBox1.Controls.Add(Me.Label1)
43         Me.GroupBox1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
44         Me.GroupBox1.Location = New System.Drawing.Point(
3, 1)
45         Me.GroupBox1.Name =
"GroupBox1"
46         Me.GroupBox1.Size = New System.Drawing.Size(
353, 81)
47         Me.GroupBox1.TabIndex =
3
48         Me.GroupBox1.TabStop = False
49         Me.GroupBox1.Text =
"FILTER BY"
50         
'
51         
'dtTo
52         
'
53         Me.dtTo.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
54         Me.dtTo.Location = New System.Drawing.Point(
54, 42)
55         Me.dtTo.Name =
"dtTo"
56         Me.dtTo.Size = New System.Drawing.Size(
202, 21)
57         Me.dtTo.TabIndex =
4
58         
'
59         
'cmdCancel
60         
'
61         Me.cmdCancel.Location = New System.Drawing.Point(
262, 44)
62         Me.cmdCancel.Name =
"cmdCancel"
63         Me.cmdCancel.Size = New System.Drawing.Size(
75, 27)
64         Me.cmdCancel.TabIndex =
5
65         Me.cmdCancel.Text =
"&Cancel"
66         Me.cmdCancel.UseVisualStyleBackColor = True
67         
'
68         
'cmdPrint
69         
'
70         Me.cmdPrint.Location = New System.Drawing.Point(
262, 17)
71         Me.cmdPrint.Name =
"cmdPrint"
72         Me.cmdPrint.Size = New System.Drawing.Size(
75, 27)
73         Me.cmdPrint.TabIndex =
4
74         Me.cmdPrint.Text =
"&Print"
75         Me.cmdPrint.UseVisualStyleBackColor = True
76         
'
77         
'Label2
78         
'
79         Me.Label2.AutoSize = True
80         Me.Label2.Location = New System.Drawing.Point(
22, 48)
81         Me.Label2.Name =
"Label2"
82         Me.Label2.Size = New System.Drawing.Size(
27, 13)
83         Me.Label2.TabIndex =
3
84         Me.Label2.Text =
"To :"
85         
'
86         
'dtfrom
87         
'
88         Me.dtfrom.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
89         Me.dtfrom.Location = New System.Drawing.Point(
54, 20)
90         Me.dtfrom.Name =
"dtfrom"
91         Me.dtfrom.Size = New System.Drawing.Size(
202, 21)
92         Me.dtfrom.TabIndex =
2
93         
'
94         
'Label1
95         
'
96         Me.Label1.AutoSize = True
97         Me.Label1.Location = New System.Drawing.Point(
10, 26)
98         Me.Label1.Name =
"Label1"
99         Me.Label1.Size = New System.Drawing.Size(
42, 13)
100         Me.Label1.TabIndex =
1
101         Me.Label1.Text =
"From :"
102         Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight
103         
'
104         
'FrmRECEIVE_ORDER_PRINT
105         
'
106         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
107         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
108         Me.ClientSize = New System.Drawing.Size(
363, 86)
109         Me.Controls.Add(Me.GroupBox1)
110         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
111         Me.Name =
"FrmRECEIVE_ORDER_PRINT"
112         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
113         Me.Text =
"Receive Print - Print Option"
114         Me.GroupBox1.ResumeLayout(False)
115         Me.GroupBox1.PerformLayout()
116         Me.ResumeLayout(False)
117
118     End Sub
119     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
120     Friend WithEvents dtTo As System.Windows.Forms.DateTimePicker
121     Friend WithEvents Label2 As System.Windows.Forms.Label
122     Friend WithEvents dtfrom As System.Windows.Forms.DateTimePicker
123     Friend WithEvents Label1 As System.Windows.Forms.Label
124     Friend WithEvents cmdPrint As System.Windows.Forms.Button
125     Friend WithEvents cmdCancel As System.Windows.Forms.Button
126 End Class


Gõ tìm kiếm nhanh...